home *** CD-ROM | disk | FTP | other *** search
/ All for Cell Phones: Sony Ericsson / Sony-Ericsson 2004.iso / Java / imageviewer / ImageViewer.txt < prev   
Encoding:
Text File  |  2002-05-23  |  2.0 KB  |  42 lines

  1. ImageViewer
  2. -----------
  3.  
  4. This tool lets you view images accessable via any URL supported by your
  5. device.
  6. Which image file formats you can view depends on your device - only
  7. PNG-images MUST be supported by any device, and since current devices will
  8. most probably not support any other formats (like JPEG or GIF), you should
  9. convert the images you want to view to PNG.
  10.  
  11. Usage:
  12. When you start the program, a (initially empty) list of images shows up.
  13. You can delete, alter and add new URLs of images to that list by using
  14. the menu commands.
  15. When you add or alter an URL, you may alter the describtion label of the URL
  16. and the URL itself.
  17. By selecting a URL from the list, the application will try to load the image
  18. from the specified URL and display it - You may then scroll across the image
  19. by using the cursor keys of your device.
  20.  
  21. Notes for Siemens SL4xi users:
  22. - Image files placed in the "storage" subfolder of ImageViewer on the MMC
  23.   card can be viewed by entering "file://<filename>" as the URL.
  24.   Example: If there is an image called "example.png" in the "storage"
  25.            subfolder, the correct URL of the picture would be:
  26.            file://example.png
  27.  
  28. - The screen size of the SL4xi phones is 101x80 pixels, 1bpp (Black/white)
  29.   Colour/Greyscale pictures will automatically be dithered when viewed, but
  30.   they look better if you dither them yourself.
  31.   Do yourself a favor, dither them down to 1 bit per pixel before viewing
  32.   them on the phone - it will shorten the image size and the time to load
  33.   the picture as well.
  34.  
  35. - The SL4xi phones currently (with firmware <= v54) have a bug (in fact, they
  36.   have dozends :-( ) with the handling of large images - so if your images
  37.   looks wrong, you'd better try to scale it down.
  38.   Furthermore, I recognized that large image files (exceeding 15KB or so)
  39.   will cause the application to crash (which seems occur as soon as you try
  40.   to instantiate a simple 18KB sized byte[] vector, for the developers around
  41.   you)
  42.